SftTree/OCX 7.0

SftTreeItems.TreeLineColor Property

Softel vdm, Inc.

Defines the color used to draw connecting tree lines when the tree control is enabled.

Syntax       

Get

VB.NET

Clr = object.TreeLineColor  As UIntegerLanguage-specific information

VB

Clr = object.TreeLineColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TreeLineColor;

VC++

OLE_COLOR Clr = object->TreeLineColor;
OLE_COLOR Clr = object->GetTreeLineColor();

C

HRESULT object->get_TreeLineColor(OLE_COLOR* Clr);

Delphi

Clr := object.TreeLineColor  : Cardinal;

Put

VB.NET

object.TreeLineColor = Clr  As UIntegerLanguage-specific information

VB

object.TreeLineColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TreeLineColor = Clr;

VC++

OLE_COLOR object->TreeLineColor = Clr;
void object->PutTreeLineColor(OLE_COLOR Clr);

C

HRESULT object->put_TreeLineColor(OLE_COLOR Clr);

Delphi

object.TreeLineColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the color used to draw connecting tree lines when the tree control is enabled.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The TreeLineColor property defines the color used to draw connecting tree lines when the tree control is enabled.

Based on the Items.TreeLineStyle property, connecting tree lines are displayed using the specified color Clr

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com